projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a9d02
)
scripts: devel-build: disable json-c tests
author
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 07:35:18 +0000
(08:35 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 07:35:18 +0000
(08:35 +0100)
Disable BUILD_TESTING to save time when building json-c.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
scripts/devel-build.sh
patch
|
blob
|
history
diff --git
a/scripts/devel-build.sh
b/scripts/devel-build.sh
index a100c00164d6a6759dc63d822242d4f625fc4407..eaae557ade3c3f15679ca162c7bfe67d27214609 100755
(executable)
--- a/
scripts/devel-build.sh
+++ b/
scripts/devel-build.sh
@@
-37,6
+37,7
@@
cmake \
-DCMAKE_PREFIX_PATH="${BUILDDIR}" \
-DBUILD_SHARED_LIBS=OFF \
-DDISABLE_EXTRA_LIBS=ON \
+ -DBUILD_TESTING=OFF \
--install-prefix "${BUILDDIR}"
make
make install